LoadSnapshotRequest

data class LoadSnapshotRequest(tiles: List<PictureTile>)

Represents request frame that can be used with LayerTree#loadSnapshot operation call.

Returns the snapshot identifier.

See also

Constructors

LoadSnapshotRequest
Link copied to clipboard
fun LoadSnapshotRequest(tiles: List<PictureTile>)

Properties

tiles
Link copied to clipboard
val tiles: List<PictureTile>
An array of tiles composing the snapshot.

Sources

jvm source
Link copied to clipboard